Skip to content

Commit

Permalink
Merge pull request woocommerce#2083 from woocommerce/PCP-2725-typo-in…
Browse files Browse the repository at this point in the history
…-sca-indicators-for-acdc-vault-transactions

Typo in SCA indicators for ACDC Vault transactions (2725)
  • Loading branch information
Dinamiko authored Mar 6, 2024
2 parents 8d00b04 + c93216d commit d2f39be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ppcp-wc-subscriptions/src/RenewalHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private function card_payment_source( string $token, WC_Order $wc_order ): Payme
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',
Expand Down

0 comments on commit d2f39be

Please sign in to comment.