Setup DB to store installed shop and access token

Status
Completed
Assign
type
Payment w/ erc20 on polygon
effort points
100
Start Date
End Date
priority
tags
Github PR
For session storage and storing shops that have installed bankless-checkout app.
AWS DB
 
ex:
shops = {
  '<shopName>': {
    'onlineAccessToken': '<onlineAccessToken>',
    'offlineAccessToken': 'offlineAccessToken',
  },
}
 

Setup DB to store installed shop and access token

Status
Completed
Assign
type
Payment w/ erc20 on polygon
effort points
100
Start Date
End Date
priority
tags
Github PR
For session storage and storing shops that have installed bankless-checkout app.
AWS DB
 
ex:
shops = {
  '<shopName>': {
    'onlineAccessToken': '<onlineAccessToken>',
    'offlineAccessToken': 'offlineAccessToken',
  },
}