Skip to content

Commit

Permalink
Plugin version update notification and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maunaw committed Nov 14, 2022
1 parent 8e7028c commit 1c6e99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storefront/Controller/PaymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ public function customApi(Context $context, Request $request, RequestDataBag $da
$dataArray = array('merchant_id' => $merchantId , //merchant Id
'merchant_email_id' => "",
'plugin_name' => "Shopware6", //plugin Name
'plugin_version' => "1.2.3", //plugin version
'plugin_version' => $resultData->version, //plugin version
'shop_url' => getenv("APP_URL"), //shop url
'integration_type' => $checkoutType,
'timestamp' => date('Y-m-d H:i:s'),
Expand Down

0 comments on commit 1c6e99e

Please sign in to comment.