Skip to content

Commit

Permalink
Missing fundingSource for card-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt75 committed Feb 22, 2024
1 parent 0dda24b commit b54c149
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export class CardFieldsComponent extends BaseComponent {
return this.psCheckoutApi
.postCreateOrder({
...data,
fundingSource: this.data.name,
isHostedFields: true
// vault: storeCardInVault
})
Expand Down

0 comments on commit b54c149

Please sign in to comment.