Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
acidsploit authored Feb 21, 2018
1 parent cb5795a commit c96efc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jquery/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$(document).ready(function(){
$.getJSON( "http://localhost:8080/payment?amount=0.0023&label=SHOP:1Wed2B44", function( data ) {
$.getJSON( "http://localhost:8080/api/payment?amount=0.0023&label=SHOP:1Wed2B44", function( data ) {
var items = [];
var payment = data['payment'];
$.each( payment, function( key, val ) {
Expand Down

0 comments on commit c96efc8

Please sign in to comment.