Skip to content

Commit

Permalink
changed isCardFields API call property back to isHostedFields
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Feb 1, 2024
1 parent c06d93b commit 83afbf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class CardFieldsComponent extends BaseComponent {
.postCreateOrder({
...data,
fundingSource: this.data.name,
isCardFields: true,
isHostedFields: true,
// vault: storeCardInVault
})
.then(data => {
Expand Down

0 comments on commit 83afbf6

Please sign in to comment.