Skip to content

Commit

Permalink
Update DirectTransactionRequestMessage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 7, 2024
1 parent 880676c commit 7d38337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/DirectTransactionRequestMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function get_document() {
$plugin,
[
// The name of your ecommerce application.
'shop' => \get_bloginfo( 'name' ),
'shop' => 'WordPress - Pronamic Pay'
// The version of your ecommerce application.
'shop_version' => \get_bloginfo( 'version' ),

Check failure on line 78 in src/XML/DirectTransactionRequestMessage.php

View workflow job for this annotation

GitHub Actions / phpcs / phpcs

PHP syntax error: syntax error, unexpected single-quoted string "shop_version", expecting "]"
// The version of your integration.
Expand Down

0 comments on commit 7d38337

Please sign in to comment.