Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
GraphQL-482: [Test Coverage] 'SetBillingAddressOnCart' functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Mar 25, 2019
1 parent eb2c414 commit 594e556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public function dataProviderSetWithoutRequiredParameters()
'missed_billing_address' => [
'cart_id: "cart_id_value"',
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
. 'was not provided.',
. ' was not provided.',
],
'missed_cart_id' => [
'billing_address: {}',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public function dataProviderSetWithoutRequiredParameters()
'missed_billing_address' => [
'cart_id: "cart_id_value"',
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
. 'was not provided.',
. ' was not provided.',
],
'missed_cart_id' => [
'billing_address: {}',
Expand Down

0 comments on commit 594e556

Please sign in to comment.