Skip to content

Commit

Permalink
feat: Add phone parameter to order methods (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth authored Jan 14, 2025
1 parent ec5b2ec commit ab148d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ViURShopClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export class ViURShopClient {
payment_provider,
billing_address_key,
email,
phone,
customer_key,
state_ordered,
state_paid,
Expand All @@ -362,6 +363,7 @@ export class ViURShopClient {
payment_provider,
billing_address_key,
email,
phone,
customer_key,
state_ordered,
state_paid,
Expand All @@ -376,6 +378,7 @@ export class ViURShopClient {
payment_provider,
billing_address_key,
email,
phone,
customer_key,
state_ordered,
state_paid,
Expand All @@ -388,6 +391,7 @@ export class ViURShopClient {
payment_provider,
billing_address_key,
email,
phone,
customer_key,
state_ordered,
state_paid,
Expand Down

0 comments on commit ab148d4

Please sign in to comment.