Skip to content

Commit

Permalink
Merge pull request #41 from xsolla/paystation_widget_update
Browse files Browse the repository at this point in the history
Updated version of the JS script
  • Loading branch information
katerinapsperm authored Jul 21, 2017
2 parents b6346a8 + f8b5b43 commit f7f58d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ matrix:
- php: 7.0
env: RUN_PHP_CS_FIXER=true RUN_SCRUTINIZER=true PHPUNIT_OPTIONS="--coverage-clover=coverage.clover"
- php: hhvm
dist: trusty
env: PHPUNIT_OPTIONS="--exclude-group webhook-php-server"
- php: 5.3
env: PHPUNIT_OPTIONS="--exclude-group webhook-php-server"
Expand Down
2 changes: 1 addition & 1 deletion src/API/PaymentUI/PaymentUIScriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function render($token, $isSandbox = false)
var s = document.createElement('script');
s.type = "text/javascript";
s.async = true;
s.src = "//static.xsolla.com/embed/paystation/1.0.2/widget.min.js";
s.src = "//static.xsolla.com/embed/paystation/1.0.7/widget.min.js";
s.addEventListener('load', function (e) {
XPayStationWidget.init(options);
}, false);
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Version
{
const VERSION = 'v2.6.1';
const VERSION = 'v2.6.2';

/**
* @throws XsollaException
Expand Down

0 comments on commit f7f58d4

Please sign in to comment.