is this a known issue where solupay affirm integra...
# suitecommerce
r
is this a known issue where solupay affirm integration breaks down after migrating to SCA?
p
Out of curiosity: Migrating from where? and to what SCA?
k
i don't think solupay affirm works our of the box so its likely a customization that is breaking.
p
In my experience the External Payment does work out of the box, obviously the promotional messaging is another story that needs custom work to embed the affirm JS and etc. But external payments has some bugs in older versions.
r
migrated from PHP site to suitecommerce.
as for the SCA version, I'm not sure but it could be Aconcagua
k
External payments work, its the variations that are inconsistent....affirm, apple pay etc.
p
Now they do! but in elbrus there is a preventDefault vs prevent_default issue that causes it to always fail and then also on other versions the code in ExternalPayments.Model does a recordTypeExists of sales order, which its implementation does a create record to check for existance, which was both slow and could cause permission issues depending on role setup
Nowadays the SCA side does work fine.
Robert - i'm afraid i don't have an answer for you, i'm currently implementing Affirm with Solupay on a site and sandbox wise it's working all good.
k
Pablo Z - what version are you on to implement affirm?
p
VINSON! lol. I had to backport stuff but all good so far.
r
Hey PabloZ, this is quite off topic. But if I had to learn SCA at a beginner level (or maybe even lower) what's a good reference? i.e. oracle docs, youtube tutorials and the likes?
s
I would suggest my getting started guide https://developers.suitecommerce.com/getting-started
p
Steve's suggestion.
r
thanks a bunch!