mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix typo in stored_credential
This commit is contained in:
parent
da6d57b77b
commit
f2ecd1a12f
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ class RenewalHandler {
|
|||
if ( $subscription ) {
|
||||
$transaction = $this->subscription_helper->previous_transaction( $subscription );
|
||||
if ( $transaction ) {
|
||||
$properties['stored_credentials'] = array(
|
||||
$properties['stored_credential'] = array(
|
||||
'payment_initiator' => 'MERCHANT',
|
||||
'payment_type' => 'RECURRING',
|
||||
'usage' => 'SUBSEQUENT',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue