Skip to content

Gimblet/CoffeeShop

 
 

Repository files navigation

Sistema de Coffee Shop BACK y FRONT

Github

  • Lenguaje y Tool

    C# C# C#
  • Database SQL

    C#

Secrets Management

Caution

The app will NOT build as it is due to string resource missing. This string represents a PayPal API secret if you only want to test the app just create a string resource with the following ids:

  • client_id
  • secret_id

If you want to use the Paypal Integration in the app you need to create a secrets.xml inside the res folder. There is template called secrets-template.xml that you may use if you need a guide.

Inside that file you need to set your paypal client id and secret id accordingly so the sdk can use it.

In order to get these ids you need to go to : developer.paypal.com and create and sandboxed app where you will see this values. Inside the app settings you need to enable the option login with paypal and create a new return url with this name:

com.powidev.coffeshop://paypalActivity

Once done that simply rebuild the app and test the integration in sandbox.paypal.com and enter your newly created bussiness/personal sandboxed accounts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 88.6%
  • Java 11.4%