Skip to content

Commit

Permalink
Update Payment.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
radralph authored Jul 23, 2016
1 parent 0fb411c commit f3935ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ruby/src/Payment.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Payment
# CONSTANTS
URL = 'http://devapi.globelabs.com.ph/payment/%s/transactions/amount'
URL = 'https://devapi.globelabs.com.ph/payment/%s/transactions/amount'

# CLASS VARIABLES
@@accessToken = String.new
Expand Down

0 comments on commit f3935ad

Please sign in to comment.