index
:
anonymous/1ka
master
arhiv odprtokodnega portala 1ka v rcs, prevzeto z http://1ka.si/1ka-install
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
paypal
/
paypal-checkout-sdk
/
lib
/
PayPalCheckoutSdk
/
Core
/
Version.php
blob: dc65c3f71a2ca54eb11d7090fd7b4236d628b027 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
<?
php
namespace
PayPalCheckoutSdk\Core
;
class
Version
{
const
VERSION
=
"1.0.2"
;
}