Skip to content

Commit

Permalink
Set customer name properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-martinez-dev committed Jan 24, 2024
1 parent 0736d2c commit e294cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/inlineCheckout.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ export class InlineCheckout {
// Checkout router
const routerItems = {
card: cardTokensSkyflowTonder,
name: cardTokensSkyflowTonder.cardholder_name,
last_name: "",
name: this.firstName || "",
last_name: this.lastName || "",
email_client: this.email,
phone_number: this.phone,
return_url: this.returnUrl,
Expand Down

0 comments on commit e294cdb

Please sign in to comment.