├── sample-application
├── ui
│ ├── images
│ │ └── ipay.png
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ ├── ipay.html
│ ├── footer.html
│ ├── thanks.html
│ ├── checkout.html
│ ├── header.html
│ └── choose.html
├── 3-checkout-using-ipay.PNG
├── 1-choose-products-to-buy.PNG
├── 2-fill-in-buyer-information.PNG
├── config.ini
├── .htaccess
├── lib
│ ├── f3.php
│ ├── code.css
│ ├── log.php
│ ├── web
│ │ ├── google
│ │ │ ├── recaptcha.php
│ │ │ └── staticmap.php
│ │ ├── geo.php
│ │ ├── oauth2.php
│ │ ├── pingback.php
│ │ └── openid.php
│ ├── test.php
│ ├── bcrypt.php
│ ├── matrix.php
│ ├── magic.php
│ ├── db
│ │ ├── mongo.php
│ │ ├── jig.php
│ │ ├── jig
│ │ │ ├── session.php
│ │ │ └── mapper.php
│ │ ├── mongo
│ │ │ ├── session.php
│ │ │ └── mapper.php
│ │ ├── sql
│ │ │ └── session.php
│ │ ├── cursor.php
│ │ └── sql.php
│ ├── session.php
│ ├── utf.php
│ ├── audit.php
│ ├── basket.php
│ ├── auth.php
│ ├── IPay.php
│ ├── template.php
│ ├── smtp.php
│ ├── cli
│ │ └── ws.php
│ └── markdown.php
├── README.md
└── index.php
├── README.md
└── lib
└── IPay.php
/sample-application/ui/images/ipay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/ui/images/ipay.png
--------------------------------------------------------------------------------
/sample-application/3-checkout-using-ipay.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/3-checkout-using-ipay.PNG
--------------------------------------------------------------------------------
/sample-application/1-choose-products-to-buy.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/1-choose-products-to-buy.PNG
--------------------------------------------------------------------------------
/sample-application/2-fill-in-buyer-information.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/2-fill-in-buyer-information.PNG
--------------------------------------------------------------------------------
/sample-application/ui/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/ui/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/sample-application/ui/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/ui/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/sample-application/ui/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/ui/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/sample-application/ui/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/alienwithin/F3-iPay/master/sample-application/ui/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/sample-application/ui/ipay.html:
--------------------------------------------------------------------------------
1 |