Skip to content

Commit

Permalink
Merge pull request #100 from srikanthonl/6.1.x
Browse files Browse the repository at this point in the history
Issue 96 - Update Braintree Drop-in Script
  • Loading branch information
Srikanth authored Oct 3, 2018
2 parents fdec8ec + 7f3275b commit 8b880c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-braintree",
"version": "6.1.2",
"version": "6.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.json",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-braintree/src/lib/ngx-braintree.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class NgxBraintreeDirective implements OnInit, OnDestroy {
ngOnInit() {
this.script = this.renderer.createElement('script');
this.script.type = 'text/javascript';
this.script.src = 'https://js.braintreegateway.com/web/dropin/1.8.0/js/dropin.min.js';
this.script.src = 'https://js.braintreegateway.com/web/dropin/1.13.0/js/dropin.min.js';
this.renderer.appendChild(this.document.body, this.script);
}

Expand Down

0 comments on commit 8b880c9

Please sign in to comment.