mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add sca indicator when creating order with vaulted card id
This commit is contained in:
parent
53c2c96b8c
commit
3994637220
1 changed files with 5 additions and 0 deletions
|
@ -192,6 +192,11 @@ class CaptureCardPayment implements EndpointInterface {
|
|||
'payment_source' => array(
|
||||
'card' => array(
|
||||
'vault_id' => $vault_id,
|
||||
'stored_credential' => array(
|
||||
'payment_initiator' => 'CUSTOMER',
|
||||
'payment_type' => 'UNSCHEDULED',
|
||||
'usage' => 'SUBSEQUENT'
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue