-
Notifications
You must be signed in to change notification settings - Fork 0
/
files-changed.txt
51 lines (34 loc) · 1.59 KB
/
files-changed.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/includes/class-wc-stripe-api.php
- Set the level3 data to an empty array since we don't have it turned on $level3_data = [];
- public static function request_with_level3_data( $request, $api, $level3_data, $order )
$level3_data
/assets/js/stripe.js Line 7 & /assets/js/stripe.min.js
- Added {stripeAccount:wc_stripe_params.account_id} as an argument when instantiating Stripe object
We will have to put out our publishable key with the plugin, or come up with some way to get it.
'client_id' => array(
'title' => __( 'Marketing 360® Payments Client ID', 'woocommerce-gateway-stripe' ),
'type' => 'text',
'description' => __( 'Get your API Client ID from your Marketing 360 Payments account.', 'woocommerce-gateway-stripe' ),
'default' => '',
'desc_tip' => true,
),
'client_secret' => array(
'title' => __( 'Marketing 360® Payments Client Secret', 'woocommerce-gateway-stripe' ),
'type' => 'password',
'description' => __( 'Get your Client Secret from your Marketing 360 Payments account.', 'woocommerce-gateway-stripe' ),
'default' => '',
'desc_tip' => true,
),
Stripe webhooks (https://docs.woocommerce.com/document/stripe/?_ga=2.34083361.125245936.1530713549-854908926.1520265692)
source.chargeable
source.canceled
charge.succeeded
charge.failed
charge.captured
charge.dispute.created
charge.refunded
review.opened
review.closed
payment_intent.succeeded
payment_intent.payment_failed
payment_intent.amount_capturable_updated