Merge pull request #7236 from dhavalveera/paysafe

PaySafe Trace Added
main
Elbert Alias 2 years ago committed by GitHub
commit 7245741f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 36 36">
<defs>
<style>
.cls-1 {
fill: #7887e6;
}
.cls-2 {
fill: #ff5073;
}
</style>
</defs>
<circle class="cls-1" cx="14" cy="14" r="13"/>
<circle class="cls-2" cx="30.5" cy="29.5" r="4.5"/>
</svg>

After

Width:  |  Height:  |  Size: 373 B

@ -765,6 +765,21 @@
"saas": true, "saas": true,
"website": "https://www.paylocity.com" "website": "https://www.paylocity.com"
}, },
"Paysafe": {
"cats": [
41
],
"description": "Paysafe is a payment platform that enables businesses and consumers to connect and transact by payment processing, digital wallet, and online cash solutions.",
"icon": "paysafe.svg",
"js": {
"paysafe": "",
"paysafe.checkout": "",
"paysafe.fields": "",
"paysafe.threedsecure": ""
},
"scriptSrc": "/hosted\\.paysafe\\.com/",
"website": "https://www.paysafe.com/en"
},
"PebblePost": { "PebblePost": {
"cats": [ "cats": [
77 77

Loading…
Cancel
Save