Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/shopware-5-5' into featu…
Browse files Browse the repository at this point in the history
…re/shopware-5-5
  • Loading branch information
Tamara committed Jun 25, 2024
2 parents 77ddb87 + 839b824 commit 6e7bea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- master
- feature/shopware-5-5
jobs:
build:
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function processPaymentLink(PaymentLinkRequestBuilder $builder, PaymentLi

$builder->setShopperReference(
ShopperReference::parse(
$shop->getHost() . '_' . Shop::getShopId() . '_' . $order->getCustomer()->getId()
$shop->getHost() . '_' . $order->getShop()->getId() . '_' . $order->getCustomer()->getId()
)
);
}
Expand Down

0 comments on commit 6e7bea4

Please sign in to comment.